Q3RotateTransform_SetAxis
You can use theQ3RotateTransform_SetAxis
function to set the axis of a rotate transform.
TQ3Status Q3RotateTransform_SetAxis ( TQ3TransformObject transform, TQ3Axis axis);
transform
- A rotate transform.
axis
- The desired axis of the specified rotate transform.
DESCRIPTION
TheQ3RotateTransform_SetAxis
function sets the axis of rotation for the rotate transform specified by thetransform
parameter to the value passed in theaxis
parameter.